text/template/parse.Tree.newString (method)
3 uses
text/template/parse (current package)
node.go#L763: func (t *Tree) newString(pos Pos, orig, text string) *StringNode {
node.go#L780: return s.tr.newString(s.Pos, s.Quoted, s.Text)
parse.go#L796: return t.newString(token.pos, token.val, s)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)